Documentation
LiveNX22.1.0 Release NotesDownload PDF
API Update
URI
Method
Summary
/devices
PUT
 
POST
Properties which are not required by the request will now be ignored rather than rejecting the request with a 400 error code
/alerting/identifiers
 
/alerting/identifiers/{id}
PUT
An additional note field has been added. This field is an optional string field which can be up to 500 characters.
/alerting/alerts
 
/alerting/alerts/{id}
GET
/devices
PUT
An optional property mappedDeviceSerial has been added to each device. When provided, the mappedDeviceSerial will be what is used to determine the device to update rather than adding a new device.
/deviceDiscovery/resolve
PUT
Allows replacement of existing devices with newly discovered devices
/deviceDiscovery/jobs/{jobId}/results
GET
A new property jobType has been added. It represents the type of job that was used to discovery the devices. Possible values include: “apicem”, “viptela”, “seedDevice”, “ipRange”, and “auto”
/deviceDiscovery/start/viptela
POST
Added an optional boolean flag returnAllDiscoveredDevices has been added. When set to “true” we do not filter devices out of the discovery result. Examples of this could be devices that match an existing device’s management IP or device serial.